Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/41. Random Images Feed/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/41. Random Images Feed/app.js
14 Views
0 Comments
const container = document.querySelector(".content");
const baseURL = "https://source.unsplash.com/all/";
const rows = 7;

for (
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/41. Random Images Feed/index.html
17 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/41. Random Images Feed/style.css
12 Views
0 Comments
* {
box-sizing: border-box;
}

body {
display: flex;
flex-direction: column;
justify-content: center;